﻿body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #555;
	font-size: 15px;
	font-family: "Microsoft YaHei";
	background: url("../images/top-background.png")no-repeat top center;
	letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #1976d2;
	text-decoration: none;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

ol,
ul,
li {
	list-style: none;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.text-r {
	text-align: right;
}

.text-c {
	text-align: center;
}
.pad-10{
	padding:10px;
}
.pad-lr-10{
	padding: 0 10px;
}
.mar-lr-5 {
	margin: 0 5px!important;
}

.mar-r-10 {
	margin-right: 10px!important;
}
.mar-r-5 {
	margin-right: 10px!important;
}
.mar-r-3 {
	margin-right: 3px!important;
}

.mar-r-20 {
	margin-right: 20px!important;
}

.mar-t-10 {
	margin-top: 10px;
}
.mar-b-10 {
	margin-bottom: 10px;
}

.mar-l-10 {
	margin-left: 10px;
}
.mar-l-20 {
	margin-left: 20px;
}
.mar-l-30 {
	margin-left: 30px;
}

.ico-15 {
	font-size: 8px!important;
	line-height: 36px!important;
}

.ico-13 {
	font-size: 13px!important;
}
.ico-16 {
	font-size: 16px!important;
}

.cor-blue {
	color: #1976d2!important;
}

.cor-orange {
	color:#ff8547!important;
}

.cor-9 {
	color: #999;
}

.font-w {
	font-weight: 600;
}

.cor-balck {
	color: #555!important;
}
.cor-w {
	color: #fff!important;
}

.bor-r {
	border-right: 7px solid #fff;
}

.bor-t {
	border-top: 7px solid #fff;
}

.stjg {
	font-family: "宋体";
	margin: 0 5px;
	font-size: 13px !important;
}

/*底部颜色*/
.bg-gray{
	background: #F1F1F1;
}

.pale-yellow{
	background: #fef9e6;
}
/*按钮*/
.button-a{
	display: block;
	width: 90px;
	line-height: 25px;
	text-align: center;
	color: #0066cb;
	font-size: 13px;
	background: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #0066cb;
}
.button-a:hover{
	color: #ffffff;
	background: #0066cb;
}
/*
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
*/


/* display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;*/

.a-white{
	font-size: 13px;
	color: #FFFFFF;
	text-align: right;
}
.a-white:hover{
	color: #80baf4;
}
/*---------------------头部----------------------------*/

.toptop {
	width: 100%;
	height: 36px;
	background: #1976d2;
}

.toptop-c {
	margin: 0 auto;
	width: 1000px;
	height: 36px;
	line-height: 36px;
	color: #fff;
}

.toptop-c a {
	color: #fff;
	display: inline-block;
}

.toptop-c a:hover {
	color: #ffc107;
}

.contermain {
	height: auto;
	width: 1180px;
	margin: 0 auto;
}

.logo {
	height: 150px;
}

.logo-left {
	float: left;
	width: 420px;
	height: 100px;
	margin-top: 40px;
	
}

/* 搜索 */

.head-ss{
	float: right;
	width: 320px;
	height:130px;
	color: #036ed9;
}
.head-ss a {
	position: relative;
	margin-top: 30px;
	color: #036ed9;
	display: inline-block;
}

.head-ss a:hover {
	color: #0066cb;
}
.shuzi{
	position: absolute;
	top:-15px;
	right: 0;
	width: 24px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 15px;
	background:#ff8547;
}
.search {
	height: 30px;
	width: 320px;
	margin-top:8px;
	background: #fff;
	border:1px solid #1976d3;
	border-radius: 5px;
}

.search select {
	display: none;
	z-index: 19999;
}

.search .select_box {
	position: relative;
	float: left;
	width: 70px;
	font-size: 14px;
	line-height: 30pxcolor:#777;
	;
}

.search .select_showbox {
	height: 30px;
	text-indent: .8em;
	background: url(../images/search_ico.png) no-repeat 53px center;
}

.search .select_showbox.active {
	background: url(../images/search_ico_hover.png) no-repeat 53px center;
}

.search .select_option {
	position: absolute;
	left: -1px;
	top: 30px;
	z-index: 99;
	display: none;
	background: #fff;
	border: 1px solid #1976d3;
	border-top: none;
}

.search .select_option li {
	width: 85px;
	text-indent: .8em;
	cursor: pointer;
}

.search .select_option li.selected {
	color: #999;
	background-color: #f3f3f3;
}

.search .select_option li.hover {
	color: #fff;
	background: #bebebe;
}

.search input.inp_srh,
.search input.btn_srh {
	float: left;
	height: 30px;
	margin-left: 10px;
	font-size: 15px;
	line-height: 30px;
	color: #999;
	background: none;
	border: none;
}

.search input.inp_srh {
	outline: none;
	width: 200px;
}

.search input.btn_srh {
	float: right;
	width: 70px;
	font-size: 15px;
	color: #fff;
	letter-spacing: 2px;
	background: #0a6ebf;
	border-radius: 0 3px 3px 0;
}


/*--导航--*/

.daohang {
	height: 40px;
	margin: 0 auto;
	padding: 0 5px;
	font-size: 16px;
	background:#0066cb;
}

#nav {
	overflow: hidden;
}

#nav li {
	float: left;
	width: 145px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
}

#nav li a {
	display: block;
	color: #fff;
	font-weight: 600;
}

#nav>li:hover a,
#nav:not(:hover)>li.active>a {
	background: #036ed9;
}

#nav li ul {
	display: none;
	position: absolute;
	background: #036ed9;
	z-index: 999;
}

#nav ul li:hover>ul {
	position: relative;
	top: -35px;
}

#nav li:hover>ul {
	display: block;
}

#nav li ul li {
	float: none;
	color: #fff;
	margin: 0px;
}

#nav li ul li a {
	color: #fff;
	border-top: 1px solid #1077dd;
}

#nav li ul li a:hover {
	background: #2388ee;
}

#nav li ul li ul {
	display: none;
	position: absolute;
	width: 100px;
}

#nav li ul li:hover>ul {
	position: relative;
	left: 110px;
	top: -15px;
}

#nav li ul li:hover>ul {
	display: block;
}

#nav li ul li ul li ul {
	float: none;
	margin: 0px;
	/*background: #f44336;*/
}

#nav li ul li ul li a {}

#nav li ul li ul li ul a {
	background: none;
}

#nav li ul li ul li ul a:hover {
	background: #f44336;
}

/*--------------------------中间底----------------------------------------*/

.zhongjian {
	margin-top: 10px;
	height: auto;
}

.heng {
	height: 400px;
	margin-top: 10px;
}

/*焦点图*/

.jdt {
	float:left;
	width: 850px;
	height:400px;
	
}

.focus {
	position: relative;
	width:850px;
	height:400px;
}

.focus img {
	width: 850px;
	height: 400px;
}

.focus .shadow .title {
	height: 65px;
	padding-left: 30px;
	padding-top: 20px;
}

.focus .shadow .title a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bolder;
	overflow: hidden;
}

.focus .btn {
	position: absolute;
	bottom: 34px;
	left: 510px;
	overflow: hidden;
	zoom: 1;
}

.focus .btn a {
	position: relative;
	display: inline;
	width: 13px;
	height: 13px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}

.focus .btn a:hover,
.focus .btn a.current {
	cursor: pointer;
	background: #fc114a;
}

.focus .fPic {
	position: absolute;
	left: 0px;
	top: 0px;
}

.focus .D1fBt {
	overflow: hidden;
	zoom: 1;
	height: 16px;
	z-index: 10;
}

.focus .shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 10;
	height: 45px;
	line-height:45px;
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
	display: block;
	text-align: left;
}

.focus .shadow a {
	overflow: hidden;
	margin-left: 15px;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
}

.focus .fcon {
	position: relative;
	width: 100%;
	float: left;
	display: none;
	background: #000
}

.focus .fcon img {
	display: block;
}

.focus .fbg {
	bottom: 10px;
	right: 10px;
	position: absolute;
	height: 21px;
	text-align: center;
	z-index: 200;
}

.focus .fbg div {
	margin: 4px auto 0;
	overflow: hidden;
	zoom: 1;
	height: 14px
}

.focus .D1fBt a {
	
	position: relative;
	display: inline;
	float: left;
	width: 12px;
	height: 12px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	text-decoration: none;
	text-align: center;
	outline: 0;
	background: #D9D9D9;
}

.focus .D1fBt .current,
.focus .D1fBt a:hover {
	background: #fc114a;
}

.focus .D1fBt img {
	display: none;
}

.focus .D1fBt i {
	display: none;
	font-style: normal;
}

.focus .prev,
.focus .next {
	position: absolute;
	width: 20px;
	height: 50px;
	background: url(../images/focus_btn.png) no-repeat;
}

.focus .prev {
	top: 50%;
	margin-top: -20px;
	left: 0;
	background-position: 0 -50px;
	cursor: pointer;
}

.focus .next {
	top: 50%;
	margin-top: -20px;
	right: 0;
	background-position: -20px -50px;
	cursor: pointer;
}

.focus .prev:hover {
	background-position: 0 0;
}

.focus .next:hover {
	background-position: -20px 0;
}

/*左侧通知公告*/
.tongzhigg{
	float: right;
	width: 318px;
	height: 398px;
	background: #FFFFFF;
	border: 1px solid #cccccc;
}

.tongzhigg h1{
	height: 35px;
	padding: 0 15px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
    line-height: 35px;
	background: #0066cb;
    
}
.tongzhigg .gonggao{
	width:290px;
	height:310px;
	padding: 15px;
	overflow: hidden;
}

ul.new-gy li {
	width: 280px;
	height: 40px;
	margin-bottom:8px;
	padding-left: 10px;
	display: -webkit-box;
	-webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	background: url(../images/jiant2.png) no-repeat 0px 8px;
}
ul.new-gy li:hover {
	background: url(../images/jiant3.png) no-repeat 0px 8px;
}

/*---------------首页中间----------------*/
.main-cen{
	overflow: hidden;
	height: 810px;
	margin-bottom: 10px;
}
/*左边*/
.main-cen .left{
	height: 810px;
	width: 850px;
}
.wenjiang{
	height: 398px;
	width: 848px;
	border: 1px solid #CCCCCC;
}
.wenjiang h1{
	height: 35px;
    padding: 0 15px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    background: #0066cb;
}
.wenjiang-main{
	height:320px;
	width:828px;
	padding:15px 10px;
	overflow: hidden;
}
.wenjiang-main span{
	float: right;
	width: 100px;
	color: #999999;
}
ul.new-wenj li {
	display: block;
	height:33px;
	line-height: 33px;
	padding-left: 15px;
	background: url(../images/jiant2.png) no-repeat 0px 13px;
}
ul.new-wenj li:hover {
	background: url(../images/jiant3.png) no-repeat 0px 13px;
}

ul.new-wenj li a{
	float:left;
	width:700px;
	white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
	
	}
ul.new-wenj li span{
	float: right;
	width: 100px;
	color: #999999;
	}
	
/*左下*/
.wjfrist{
	height: 154px;
	margin-bottom: 12px;
	overflow: hidden;
}
.wjfrist img{
	float:left;
	height: 150px;
	width: 200px;
	margin-right: 15px;
	padding: 1px;
	border:1px solid #DDDDDD;
}
.wjfrist img:hover{
  opacity:.8;
  filter:alpha( opacity:.8)
}
.wjfrist h1{
	padding: 0 ;
	font-size: 16px;
	color: #036ed9;
	line-height: 29px;
	white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
    background: none;
}
.wjfrist p{
	height: 120px;
	text-indent: 2em;
	line-height:24px;
	/*display: -webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;*/
  overflow: hidden;
  
}
/*右边*/
.main-cen .right{
	height: 790px;
	width: 290px;
	padding:10px 15px;
	background: #f9fbff;
}

.main-cen .right h1{
	margin-bottom: 12px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 600;
	color:#0066cb;
	border-bottom: 1px solid #0066cb;
	
}
.main-cen .right a{
	padding: 0!important;
	margin: 0!important;
}

.main-cen .right img{
	margin-bottom:10px;
	cursor: pointer;
	transition: all 0.6s;
}
.main-cen .right img:hover {
    transform: scale(0.95);
}

/*友情链接*/
.txtScroll-left {
	position: relative;
	border: 1px solid #ccc;
}

.txtScroll-left .hd {
	overflow: hidden;
	height: 35px;
	padding: 0 10px;
	color: #FFFFFF;
	line-height: 35px;
	font-size: 16px;
	font-weight: 600;
	background: #0066cb;
}

.txtScroll-left .hd .prev,
.txtScroll-left .hd .next {
	display: block;
	width:10px;
	height:12px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/arrow.png") no-repeat;
}

.txtScroll-left .hd .next {
	background-position: 0 -50px;
}

.txtScroll-left .hd .prevStop {
	background-position: -60px 0;
}

.txtScroll-left .hd .nextStop {
	background-position: -60px -50px;
}

.txtScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
}

.txtScroll-left .hd ul li {
	float: left;
	width: 10px;
	height:13px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("../images/icoCircle.png") 0 -9px no-repeat;
}

.txtScroll-left .hd ul li.on {
	background-position: 0 0;
}

.txtScroll-left .bd {
	padding: 20px 0px 10px 15px;
	width: 1160px;
	overflow: hidden;
}
.txtScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.txtScroll-left .bd ul li {
	float: left;
	height: 24px;
	width: 204px;
	margin-right: 16px;
	margin-bottom: 10px;
	line-height: 24px;
	text-align:center;
	_display: inline;
	border: 1px solid #DDDDDD;
	padding: 0 5px;
	white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
.txtScroll-left .bd ul li span {
	color: #999;
}
/*---------------首页中间end----------------*/

/*-----------------中间-----------------------*/

.news-z {
	float: left;
	width: 400px;
	height: 268px;
	margin-left: 15px;
	border: 1px solid #e6e6e6;
	background: #fff;
}

.news-z-t {
	width: 360px;
	height: 90px;
	padding: 10px 20px;
}

.news-z-t h1 {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 35px;
}

.news-z-t p {
	line-height: 20px;
	text-indent: 2em;
}

.news-z-b {
	width: 368px;
	height: 126px;
	padding: 15px;
	border: 1px solid #fff;
	background: #efefef
}

ul.news-s li {
	width: 338px;
	height: 25px;
	padding-left: 10px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/jiant2.png) no-repeat 0px center;
}

ul.news-s li:hover {
	height: 25px;
	background: url(../images/jiant2.png) no-repeat 1px center;
}


/*----------------右边-------------*/

.news-r {
	width: 318px;
	height: 270px;
	float: right;
}

.news-rr {
	width: 318px;
	height: 270px;
	float: right;
}

.news-r-t {
	width: 318px;
	border: 1px solid #e6e6e6;
}

.news-r-t-l {
	padding: 0 8px 0 33px;
	width: 277px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	border: 1px solid #fff;
	font-size: 15px;
	background: url("../images/lanmubg.jpg") no-repeat;
}

.news-r-t-l2 {
	padding: 0 8px 0 18px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 15px;
	background: #0066cb;
}

.news-r-t-d {
	height: 160px;
	padding: 10px;
}

ul.news-r-u li {
	width: 277px;
	height: 30px;
	padding-left: 10px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/jiant2.png) no-repeat 0px center;
}

ul.news-r-u li:hover {
	background: url(../images/jiant2.png) no-repeat 1px center;
}

.news-r-b {
	width: 228px;
	height: 68px;
	padding: 10px 10px 0 10px;
	margin-top: 10px;
	border: 1px solid #e6e6e6;
}

ul.news-tub li {
	float: left;
	width: 110px;
	height: 25px;
	line-height: 25px;
	background: #efefef
}

ul.news-tub li:hover {
	background: #bbdefb;
}

ul.news-tub a {
	display: block;
	vertical-align: middle;
	padding-left: 35px;
}

.a-bac {
	background: url("../images/a.png")no-repeat left center;
}

.b-bac {
	background: url("../images/b.png")no-repeat left center;
}

.c-bac {
	background: url("../images/c.png")no-repeat left center;
}

.d-bac {
	background: url("../images/d.png")no-repeat left center;
}


/*---------------广告位-------------*/

.banner {
	display:inline-block;
	height: 120px;
	margin: 10px 0;
}


/*----------------三列-----------------------*/

.sanlie {
	width: 318px;
	height: 268px;
	border: 1px solid #e6e6e6;
	background: #fff;
}

.sanlei-lm {
	padding: 0 8px 0 33px;
	width: 277px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	border: 1px solid #fff;
	font-size: 15px;
	background: url("../images/lanmubg.jpg") no-repeat;
}

.sanlei-lm2 {
	padding: 0 8px 0 17px;
	width: 293px;
	height: 35px;
	line-height: 32px;
	color: #fff;
	border: 1px solid #fff;
	font-size: 15px;
	background: url("../images/lanmubg2.jpg") no-repeat;
}

.sanlei-x {
	width: 288px;
	height: 126px;
	padding: 15px;
}

ul.news-san li {
	width: 278px;
	height: 25px;
	padding-left: 10px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/jiant2.png) no-repeat 0px center;
}

ul.news-san li:hover {
	height: 25px;
	background: url(../images/jiant2.png) no-repeat 1px center;
}


/*------------------------友情链接--------------------*/

.link {
	width: 958px;
	height: 85px;
	margin-top: 10px;
	padding: 5px 10px 10px 10px;
	border: 1px solid #e6e6e6;
	background: #fff;
}

.link h1 {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 5px;
}

.link img {
	height: 46px;
	width: 136px;
	padding: 1px;
}

.link a {
	border: 1px solid #e6e6e6;
	display: block;
	margin-right: 5px;
}

.link a:hover {
	border: 1px solid #1b80dc;
}

#colee_left {
	overflow: hidden;
	width: 958px;
}


/*------------------------ 友情链接 --------------------------*/

.picMarquee-left {
	overflow: hidden;
	position: relative;
	width: 978px;
	height: 110px;
	margin-top: 10px;
	padding: 5px 0 10px 0;
	background: #fff;
	border: 1px solid #e6e6e6;
}

.picMarquee-left h1 {
	font-size: 15px;
	line-height: 30px;
	text-indent: 1em;
}

.picMarquee-left .bd {
	overflow: hidden;
	width: 958px;
	margin: 0 10px;
	padding: 5px 0
}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
	width: 958px;
}

.picMarquee-left .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	margin-right: 5px;
	text-align: center;
}

.picMarquee-left .bd ul li .pic {
	text-align: center;
}

.picMarquee-left .bd ul li .pic img {
	width: 136px;
	height: 46px;
	display: block;
	padding: 2px;
	border: 1px solid #e6e6e6;
}

.picMarquee-left .bd ul li .pic a:hover img {
	border-color: #999;
}

.picMarquee-left .bd ul li .title {
	line-height: 24px;
}


/*---------------------------- 新闻列表------------------------*/

.newliebiao {
	height: 800px;
	height: auto !important;
	min-height: 800px;
}

.newszb {
	width: 848px;
	padding-bottom: 10px;
	border: 1px solid #e6e6e6;
}

.newszb-t {
	height: 35px;
	margin-bottom: 11px;
	padding: 0 10px 0 17px;
	line-height: 35px;
	font-size: 15px;
	color: #fff;
	overflow: hidden;
	background: #0066cb;
}

.newszb-s {
	height: 35px;
	margin-bottom: 11px;
	padding: 0 10px 0 4px;
	background: #0066cb;
	overflow: hidden;
}

.newszb-l {
	float: left;
}

.newszb-l-a {
	float: left;
	width: 10px;
	height: 34px;
	line-height: 34px;
	background: url(../images/lanmu-a.png) no-repeat 0 4px;
}

.newszb-l-c {
	float: left;
	height: 35px;
	text-indent: .8em;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
}

.newszb-l-b {
	float: left;
	width: 16px;
	height: 34px;
	
}

.newszb-r {
	float: right;
	font-size: 13px!important;
	color: #FFFFFF!important;
}

.newszb-r span {
	line-height: 34px;
	font-size: 13px!important;
	text-align: right;
	color: #FFFFFF!important;
}

.newszb-t span {
	line-height: 34px;
	font-size: 13px!important;
	text-align: right;
	color: #FFFFFF;;
}

.newszb-b {
	height: 665px;
	margin: 0 10px;
	overflow: hidden;
}

.w-50{
	width: 50px;
	margin-right: 10px;
}
/*列表购买*/
ul.news-lieb-gm li {
	height: 50px;
	padding-left: 10px;
	line-height: 50px;
	border-bottom: 1px dotted #e6e6e6;
	background: url(../images/jiant2.png) no-repeat 0px center;
}

ul.news-lieb-gm li:hover {
	background: url(../images/jiant2.png) no-repeat 1px center;
}
ul.news-lieb-gm li h4{
	float: left;
	width: 460px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
ul.news-lieb-gm li span {
	float: right;
	padding-left:10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.w-120{
	display: inline-block;
	width: 140px;
}
.w-90{
	display: block;
	width: 90px;
}
.w-80{
	display: inline-block;
	width: 80px;
}
ul.news-lieb-gm li:last-child {
	border-bottom: none;
}
/*列表*/
ul.news-lieb li {
	height: 40px;
	padding-left: 10px;
	line-height: 40px;
	border-bottom: 1px dotted #e6e6e6;
	background: url(../images/jiant2.png) no-repeat 0px center;
}

ul.news-lieb li:hover {
	background: url(../images/jiant2.png) no-repeat 1px center;
}
ul.news-lieb li a {
	float: left;
	width: 580px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
ul.news-lieb li span {
	float: right;
	padding-left:10px;
}


ul.news-lieb li:last-child {
	border-bottom: none;
}

.newsyb {
	width: 320px;
	height: 800px;
}

.newszb-nr {
	width: 848px;
	min-height: 800px;
	height: auto !important;
	height: 800px;
	border: 1px solid #e6e6e6;
}

.newszb-nr-x {
	padding: 10px 20px;
	height: auto;
}

.newszb-nr-x h1 {
	line-height: 30px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #1b80dc;
}

.newszb-nr-x h3 {
	margin: 10px 0 20px 0;
	padding-bottom: 10px;
	line-height: 30px;
	font-size: 13px;
	text-align: center;
	color: #999;
	border-bottom: 1px solid #e6e6e6;
}

.newszb-nr-x h4{
	margin: 0 0 20px 0;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	color: #666;
	background:#e6e6e6;
}

.newszb-nr-x p {
	line-height: 1.5em;
	text-indent: 2em;
	margin-bottom: 15px;
}


/**搜索页面**/

ul.ssym li {
	width: 665px;
	height: 90px;
	padding: 10px 15px;
	border-bottom: 1px dotted #cccccc;
}

ul.ssym li:hover {
	background: #fbfbfb;
	border-bottom: 1px dotted #fbfbfb;
}

.ssym {
	width: 665px;
	height: 90px;
	float: left;
}

.ssym a {
	color: #0000cc;
	text-decoration: underline;
}

.ssym a:hover {
	color: #0000cc;
}

.ssym h1 {
	font-size: 16px;
	font-weight: 6000;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ssym h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}

.ssym p {
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


/*页码*/

.fenye {
	height: 40px;
	margin-top: 15px;
}
.digg {
	padding:3px;
	margin: 3px;
	text-align: center
}
.digg a {
	padding: 5px 10px;
	margin: 2px;
	color: #242a30;
	border: #e2e2e2 1px solid;
	border-radius: 5px;
}
.digg a:hover {
	color: #FFFFFF;
   border: #1b80dc 1px solid;
   background:#1b80dc;
}
.digg a:active {
	color: #1b80dc;
	border: #1b80dc 1px solid;
}
.digg span.current {
	color: #fff;
	margin: 5px;
	padding: 5px 10px;
	background: #1b80dc;
	border: #1b80dc 1px solid;
	border-radius: 5px;
}
.digg span.disabled {
	color: #ddd;
	padding: 5px 10px;
	border: #eee 1px solid;
}


/*---------------底部-------------*/

.footer {
	padding: 30px 0;
	margin-top: 10px;
	border-top: solid #0066cb 3px;
}


.footer_up {
	height: 35px;
	width: 100%;
	line-height: 35px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}

.footer p {
	text-align: center;
	line-height: 25px;
}



/*****************************************************************************************************************************************************************************************************8********/


/* CSS Document */

.bg {
	height: auto;
	width: 1420px;
	background-image: url(../images/bg.jpg);
	margin: 0 auto;
}

.main_bg {
	height: auto;
	width: 1000px;
	background-color: #FFF;
	margin: 0 auto;
}

.main_bg1 {
	height: auto;
	width: 1000px;
	background-color: #FFF;
	margin: 0 auto;
}


/*<!--头部-->*/

.top {
	height: 174px;
	width: 1420px;
}

.top_bg {
	height: 95px;
	width: 1440px;
}

.top_bg_left {
	height: 95px;
	width: 50%;
	background: url(../images/top_04.gif) no-repeat center;
	float: left;
}

.top_bg_right {
	height: 95px;
	width: 50%;
	background: url(../images/top_07.gif) no-repeat left;
	float: right;
}


/*<!--通知公告-->*/

.mylist {
	width: 980px;
	height: 270px;
}

.tzgg1 {
	width: 980px;
	height: 270px;
}

.xwgg {
	width: 980px;
	height: 286px;
	margin-left: 10px;
}

.tzgg_left {
	height: 270px;
	width: 300px;
	margin-top: 16px;
	background: url(../images/tzgg_15.gif) no-repeat;
	padding-top: 9px;
	float: left;
}

.news_list {
	width: 400px;
	height: 270px;
	margin-top: 16px;
	margin-left: 15px;
	float: left;
}

.news_list_up {
	background: url(../images/tzgg_17.gif) no-repeat;
	height: 114px;
}

.news_title {
	height: 45px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #ad0100;
	line-height: 45px;
	text-align: center;
}

.news_content {
	height: 69px;
	font-size: 12px;
	font-family: "宋体";
	color: #787878;
	line-height: 20px;
	padding: 0px 10px 10px;
}

.news_content span {
	color: #ad0100;
}

.news_list_down {
	background: url(../images/tzgg_21.jpg) no-repeat;
	height: 156px;
}

.news_list1 {
	margin: 0px 15px 20px;
	text-align: left;
	padding-top: 10px;
}

.news_list1 ul {
	list-style-type: none;
	color: #f00;
	margin: 0px;
	padding: 0px;
}

.news_list1 li {
	background: url(../images/tzgg_28.jpg) left no-repeat;
	padding-left: 10px;
	width: 100%;
	line-height: 16px;
	white-space: nowrap;
	overflow: hidden;
}

.news_list1 li a {
	color: #777777;
	display: block;
	padding: 6px 0px 4px 0px;
	text-decoration: none;
	font-family: "宋体";
	font-size: 12px;
}

.news_list1 li a:hover {
	color: #ad0100;
}

.news_title a {
	color: #ad0100;
}


/*<!--通知公告-->*/

.tzgg_right {
	height: 270px;
	width: 250px;
	margin-top: 16px;
	margin-left: 10px;
	padding-top: 9px;
	float: right;
}

.tzgg_right1 {
	height: 270px;
	width: 250px;
	margin-top: 16px;
	margin-left: 10px;
	float: right;
}

.tzgg_right_up {
	width: 250px;
	height: 179px;
	background: url(../images/tzgg_19.jpg) no-repeat;
}

.tzgg_right_up1 {
	width: 250px;
	height: 250px;
	background: url(../images/lanmubg.jpg) no-repeat;
}

.tzgg_font {
	width: 100px;
	height: 33px;
	line-height: 33px;
	font-family: "宋体";
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	padding-left: 36px;
	float: left;
}

.more {
	float: right;
	width: 80px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
}

.tzgg_font1 {
	width: 100px;
	height: 39px;
	line-height: 39px;
	font-family: "宋体";
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	padding-left: 20px;
	float: left;
}

.more1 {
	float: right;
	width: 80px;
	height: 39px;
	line-height: 39px;
	color: #777777;
}

.tzgg_right_up_title1 {
	width: 350px;
	height: 39px;
}

.tzgg_right_up_title1 a {
	color: #777777;
	;
	display: block;
	text-decoration: none;
	font-family: "宋体";
	font-size: 12px;
	text-align: center;
}

.tzgg_right_up_title {
	width: 250px;
	height: 33px;
}

.tzgg_right_up_title a {
	color: #FFF;
	;
	display: block;
	text-decoration: none;
	font-family: "宋体";
	font-size: 12px;
	text-align: center;
}

.tzgg_list {
	width: 250px;
	height: 146px;
}

.tzgg_right_down {
	width: 250px;
	height: 76px;
	margin-top: 15px;
}

.banner2 {
	width: 980px;
	height: 95px;
	background: url(../images/banner2_47.jpg) no-repeat;
	margin-left: 10px;
	margin-top: 16px;
}

.news_list_f {
	width: 980px;
	height: 270px;
	margin-left: 10px;
	margin-top: 16px;
}

.news_list_f_left {
	width: 350px;
	height: 270px;
	float: left;
	border: solid 1px #e2dfda;
}

.news_list_f_left_title {
	width: 350px;
	height: 39px;
	background: url(../images/newslist_36.jpg) no-repeat;
}

.news_list_f_left_list {
	width: 350px;
	height: 211px;
	vertical-align: middle;
}

.news_list_f_middle {
	width: 350px;
	height: 270px;
	float: left;
	border: solid 1px #e2dfda;
	margin-left: 12px;
}

.news_list_f_right {
	width: 250px;
	height: 270px;
	float: right;
	border: solid 1px #e2dfda;
}

.friend_link {
	width: 980px;
	height: 135px;
	margin: 16px 0 16px 10px;
	border: solid 1px #e2dfda;
}

.img_link {
	height: 70px;
	width: 980px;
}

.tupian {
	padding-top: 10px;
	padding-left: 10px;
}

.dropdown_link {
	height: 65px;
	width: 980px;
	line-height: 65px;
	text-align: center;
}

.main_up {
	width: 980px;
	min-height: 1006px;
	height: auto!important;
	height: 1006px;
	margin: 0 10px;
}

.newslist {
	width: 715px;
	min-height: 990px;
	height: auto!important;
	height: 990px;
	margin-top: 16px;
	float: left;
	border: solid 1px #e2dfda;
}

.newslist_right {
	width: 260px;
	height: 990px;
	float: right;
	margin-top: 16px;
}

.newslist_fenye {
	width: 100%;
	height: 40px;
	margin-top: 30px;
}

.newslist_right_1 {
	width: 260px;
	height: 270px;
}

.banner3 {
	height: 58px;
	width: 260px;
	background: url(../images/banner3.gif) no-repeat;
	margin-top: 16px;
	margin-left: 10px;
	margin-bottom: 16px;
}

.newslist_title {
	width: 715px;
	height: 39px;
	background: url(../images/newslist_49.jpg) no-repeat;
}

.newslist_content {
	width: 715px;
}

.newscontent_title {
	width: 715px;
	height: 40px;
	font-size: 20px;
	color: #e03201;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}

.newscontent_text {
	width: 695px;
	min-height: 820px;
	height: auto!important;
	height: 820px;
	font-size: 13px;
	color: #626262;
	line-height: 25px;
	margin-left: 10px;
	text-indent: 2em;
}


/* www.divcss5.com公共CSS代码 */


/*BODY { */


/*FONT-SIZE: 12px;FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;*/


/*WIDTH: 60%; PADDING-LEFT: 25px;*/


/*}*/


/* CSS 代码 */


/*轮播*/

#photo-list {
	overflow: hidden;
}

#photo-list ul {
	list-style: none;
}

#photo-list li {
	float: left;
	padding-right: 9px;
}

#photo-list img {
	border: 1px solid #ddd;
	background: #fff;
	padding: 2px;
}


/*通用***/

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	margin: 0;
}



/*左右列表*/
ul.content_lb li {
	width: 188px;
	height: 30px;
	line-height: 30px;
	text-indent: 2.3em;
	display: inline-block;
	background: url(images/jiant_bb.png) no-repeat 20px center;
	border-bottom: 1px dotted #f4f4f4;
}

ul.content_lb li:hover {
	background: url(images/jiant_b.png) no-repeat 20px center #f4f4f4;
}

ul.content_lb li:last-child {
	border-bottom: none;
}


/*报名*/
.baoming{
	width: 440px;
	height: 300px;
	margin: 40px auto;
	background:url(../images/440x300.jpg) no-repeat center ;
}
.jiaqian{
	float: left;
	width: 180px;
	height: 30px;
	margin:40px 0 7px 65px;
	line-height: 30px;
	text-align: center;
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	color:#f06426;
}
.ewmm{
	position: relative;
	float: left;
	margin: 2px 0 0 86px;
	width: 140px;
	height: 140px;
}

.ewmm img{
	width: 140px;
	height: 140px;
}
.zfbz{
	position: absolute;
	width: 32px;
	height: 32px;
	top: 54px;
	left: 54px;
	background: url(../images/zhi.jpg) no-repeat center;
	border-radius: 8px;
}
